This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Samuel Frofreechekakoi 6.Feb.03 01:10 PM a Web browser Notes Client6.0Linux - SuSE
We have installed Lotus 6 on Linux Suse 7.3 and we tried to connect with database informix on other server through jdbc. Our problem is when executed java agent in Lotus Notes.
When we executed de java program from server(Linux) we don“t have problem and obtained the connection with informix.
The log.nsf says:
Agent error: java.sql.SQLException: com.informix.asf.IfxASFException: Intento fallido de conectarse al servidor de base de datos (ol_platino).
Agent error: at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:572)
Agent error: at java.lang.reflect.Constructor.newInstance(Native Method)
Agent error: at com.informix.jdbc.IfxDriver.connect(IfxDriver.java:195)
Agent error: at java.sql.DriverManager.getConnection(DriverManager.java:543)
Agent error: at java.sql.DriverManager.getConnection(DriverManager.java:194)
Agent error: at JavaAgent.NotesMain(JavaAgent.java:50)
Agent error: at lotus.domino.AgentBase.runNotes(Unknown Source)
Agent error: at lotus.domino.NotesThread.run(NotesThread.java:208)
Somebody konows why i have this problem? Thanks for your help.